golang.org/x/tools/internal/gocommand.Invocation.logf (method)

3 uses

	golang.org/x/tools/internal/gocommand (current package)
		invoke.go#L203: func (i *Invocation) logf(format string, args ...any) {
		invoke.go#L279: 	i.logf("starting %v", debugStr)
		invoke.go#L282: 		i.logf("%s for %v", time.Since(start), debugStr)